ComponentOne ASP.NET MVC Controls
ErrorBarBuilder<T> Constructor

C1.Web.Mvc.Fluent Namespace > ErrorBarBuilder<T> Class : ErrorBarBuilder<T> Constructor
The C1.Web.Mvc.ErrorBar<T> object to be configurated.
Creates one ErrorBarBuilder<T> instance to configurate obj.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As ErrorBar(Of T) _
)
public ErrorBarBuilder<T>( 
   ErrorBar<T> obj
)

Parameters

obj
The C1.Web.Mvc.ErrorBar<T> object to be configurated.
See Also

Reference

ErrorBarBuilder<T> Class
ErrorBarBuilder<T> Members